home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / lcppb.zip / LCPPANS.ZIP / GETVALUE.BAT < prev    next >
DOS Batch File  |  1990-10-24  |  262b  |  14 lines

  1. echo off
  2. rem
  3. rem Get value from PASS2DOS.EXE
  4. rem
  5. echo Calling PASS2DOS
  6. pass2dos
  7. echo Back from PASS2DOS
  8. if errorlevel == 10 goto CONTINUE
  9. echo Value entered was less than 10
  10. goto END
  11. :CONTINUE
  12. echo Value entered was greater than or equal to 10
  13. :END
  14.